Resource StructureDefinition/FHIR Server from package ca.on.mi.pkg#0.9.0-beta-3-testing (78 ms)
Resources that use this resource
Resources that this resource uses
Source
{
"resourceType" : "StructureDefinition",
"id" : "ca-on-mi-profile-servicerequest",
"url" : "http://ontariohealth.ca/fhir/mi/StructureDefinition/ca-on-mi-profile-serviceRequest",
"version" : "1.0.0",
"name" : "MIServiceRequest",
"title" : "MI ServiceRequest Profile",
"status" : "active",
"date" : "2024-05-24T15:29:15.2006256+00:00",
"fhirVersion" : "4.0.1",
"mapping" : [
{
"identity" : "workflow",
"uri" : "http://hl7.org/fhir/workflow",
"name" : "Workflow Pattern"
},
{
"identity" : "v2",
"uri" : "http://hl7.org/v2",
"name" : "HL7 v2 Mapping"
},
{
"identity" : "rim",
"uri" : "http://hl7.org/v3",
"name" : "RIM Mapping"
},
{
"identity" : "w5",
"uri" : "http://hl7.org/fhir/fivews",
"name" : "FiveWs Pattern Mapping"
},
{
"identity" : "quick",
"uri" : "http://siframework.org/cqf",
"name" : "Quality Improvement and Clinical Knowledge (QUICK)"
}
],
"kind" : "resource",
"abstract" : false,
"type" : "ServiceRequest",
"baseDefinition" : "http://hl7.org/fhir/StructureDefinition/ServiceRequest",
"derivation" : "constraint",
"differential" : {
"element" : [
{
"id" : "ServiceRequest.extension:ext-mi-copied-to-provider",
"path" : "ServiceRequest.extension",
"sliceName" : "ext-mi-copied-to-provider",
"type" : [
{
"code" : "Extension",
"profile" : [
"http://ontariohealth.ca/fhir/StructureDefinition/ca-on-mi-ext-cc-list"
]
}
]
},
{
"id" : "ServiceRequest.identifier",
"path" : "ServiceRequest.identifier",
"slicing" : {
"discriminator" : [
{
"type" : "value",
"path" : "type.coding.code"
}
],
"description" : "must contain one repetition of an accession number.",
"rules" : "open"
},
"min" : 1,
"mustSupport" : true
},
{
"id" : "ServiceRequest.identifier:identifier-accession",
"path" : "ServiceRequest.identifier",
"sliceName" : "identifier-accession",
"short" : "Accession ID",
"min" : 1,
"max" : "1",
"mustSupport" : true
},
{
"id" : "ServiceRequest.identifier:identifier-accession.type",
"path" : "ServiceRequest.identifier.type",
"min" : 1,
"fixedCodeableConcept" : {
"coding" : [
{
"system" : "http://terminology.hl7.org/CodeSystem/v2-0203",
"code" : "ACSN",
"display" : "Accession ID"
}
]
},
"mustSupport" : true
},
{
"id" : "ServiceRequest.identifier:identifier-accession.type.coding",
"path" : "ServiceRequest.identifier.type.coding",
"min" : 1,
"max" : "1"
},
{
"id" : "ServiceRequest.identifier:identifier-accession.type.coding.system",
"path" : "ServiceRequest.identifier.type.coding.system",
"min" : 1,
"mustSupport" : true
},
{
"id" : "ServiceRequest.identifier:identifier-accession.type.coding.code",
"path" : "ServiceRequest.identifier.type.coding.code",
"min" : 1,
"fixedCode" : "ACSN",
"mustSupport" : true
},
{
"id" : "ServiceRequest.identifier:identifier-accession.type.coding.display",
"path" : "ServiceRequest.identifier.type.coding.display",
"min" : 1,
"mustSupport" : true
},
{
"id" : "ServiceRequest.identifier:identifier-accession.system",
"path" : "ServiceRequest.identifier.system",
"comment" : "MI uses source organization specific URIs for this field.",
"min" : 1,
"mustSupport" : true
},
{
"id" : "ServiceRequest.identifier:identifier-accession.value",
"path" : "ServiceRequest.identifier.value",
"min" : 1,
"mustSupport" : true
},
{
"id" : "ServiceRequest.identifier:identifier-placerOrderNumber",
"path" : "ServiceRequest.identifier",
"sliceName" : "identifier-placerOrderNumber",
"max" : "1"
},
{
"id" : "ServiceRequest.identifier:identifier-placerOrderNumber.type",
"path" : "ServiceRequest.identifier.type",
"min" : 1,
"mustSupport" : true
},
{
"id" : "ServiceRequest.identifier:identifier-placerOrderNumber.type.coding",
"path" : "ServiceRequest.identifier.type.coding",
"min" : 1,
"max" : "1",
"mustSupport" : true
},
{
"id" : "ServiceRequest.identifier:identifier-placerOrderNumber.type.coding.system",
"path" : "ServiceRequest.identifier.type.coding.system",
"min" : 1,
"fixedUri" : "http://terminology.hl7.org/CodeSystem/v2-0203",
"mustSupport" : true
},
{
"id" : "ServiceRequest.identifier:identifier-placerOrderNumber.type.coding.code",
"path" : "ServiceRequest.identifier.type.coding.code",
"min" : 1,
"fixedCode" : "PLAC",
"mustSupport" : true
},
{
"id" : "ServiceRequest.identifier:identifier-placerOrderNumber.type.coding.display",
"path" : "ServiceRequest.identifier.type.coding.display",
"min" : 1,
"mustSupport" : true
},
{
"id" : "ServiceRequest.identifier:identifier-placerOrderNumber.system",
"path" : "ServiceRequest.identifier.system",
"min" : 1,
"mustSupport" : true
},
{
"id" : "ServiceRequest.identifier:identifier-placerOrderNumber.value",
"path" : "ServiceRequest.identifier.value",
"min" : 1,
"mustSupport" : true
},
{
"id" : "ServiceRequest.requisition",
"path" : "ServiceRequest.requisition",
"mapping" : [
{
"identity" : "v2",
"map" : "ORC-4 (Placer Group Number)"
}
]
},
{
"id" : "ServiceRequest.status",
"path" : "ServiceRequest.status",
"mustSupport" : true
},
{
"id" : "ServiceRequest.intent",
"path" : "ServiceRequest.intent",
"fixedCode" : "filler-order",
"mustSupport" : true
},
{
"id" : "ServiceRequest.priority",
"path" : "ServiceRequest.priority",
"mustSupport" : true
},
{
"id" : "ServiceRequest.code",
"path" : "ServiceRequest.code",
"min" : 1,
"mustSupport" : true
},
{
"id" : "ServiceRequest.code.coding",
"path" : "ServiceRequest.code.coding",
"min" : 1,
"max" : "1",
"mustSupport" : true
},
{
"id" : "ServiceRequest.code.coding.system",
"path" : "ServiceRequest.code.coding.system",
"min" : 1,
"mustSupport" : true
},
{
"id" : "ServiceRequest.code.coding.code",
"path" : "ServiceRequest.code.coding.code",
"min" : 1,
"mustSupport" : true
},
{
"id" : "ServiceRequest.code.coding.display",
"path" : "ServiceRequest.code.coding.display",
"min" : 1,
"mustSupport" : true
},
{
"id" : "ServiceRequest.subject",
"path" : "ServiceRequest.subject",
"type" : [
{
"code" : "Reference",
"targetProfile" : [
"http://ontariohealth.ca/fhir/mi/StructureDefinition/ca-on-mi-profile-patient"
]
}
],
"mustSupport" : true
},
{
"id" : "ServiceRequest.subject.reference",
"path" : "ServiceRequest.subject.reference",
"min" : 1,
"mustSupport" : true
},
{
"id" : "ServiceRequest.occurrence[x]",
"path" : "ServiceRequest.occurrence[x]",
"mustSupport" : true
},
{
"id" : "ServiceRequest.authoredOn",
"path" : "ServiceRequest.authoredOn",
"mustSupport" : true
},
{
"id" : "ServiceRequest.requester",
"path" : "ServiceRequest.requester",
"type" : [
{
"code" : "Reference",
"targetProfile" : [
"http://ontariohealth.ca/fhir/mi/StructureDefinition/ca-on-mi-profile-practitioner"
]
}
],
"mustSupport" : true
},
{
"id" : "ServiceRequest.requester.reference",
"path" : "ServiceRequest.requester.reference",
"min" : 1,
"mustSupport" : true
},
{
"id" : "ServiceRequest.performer",
"path" : "ServiceRequest.performer",
"type" : [
{
"code" : "Reference",
"targetProfile" : [
"http://ontariohealth.ca/fhir/mi/StructureDefinition/ca-on-mi-profile-practitioner"
]
}
],
"mustSupport" : true
},
{
"id" : "ServiceRequest.performer.reference",
"path" : "ServiceRequest.performer.reference",
"min" : 1,
"mustSupport" : true
},
{
"id" : "ServiceRequest.locationReference",
"path" : "ServiceRequest.locationReference",
"type" : [
{
"code" : "Reference",
"targetProfile" : [
"http://ontariohealth.ca/fhir/mi/StructureDefinition/ca-on-mi-profile-location"
]
}
],
"mustSupport" : true
},
{
"id" : "ServiceRequest.locationReference.reference",
"path" : "ServiceRequest.locationReference.reference",
"min" : 1,
"mustSupport" : true
},
{
"id" : "ServiceRequest.reasonCode",
"path" : "ServiceRequest.reasonCode",
"mustSupport" : true
},
{
"id" : "ServiceRequest.reasonCode.text",
"path" : "ServiceRequest.reasonCode.text",
"mustSupport" : true
},
{
"id" : "ServiceRequest.note",
"path" : "ServiceRequest.note",
"mustSupport" : true
}
]
},
"text" : {
}
}
XIG built as of ??metadata-date??. Found ??metadata-resources?? resources in ??metadata-packages?? packages.